home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
SoundAndMusic
/
cmix
/
lib
/
boost.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-12-11
|
104b
|
8 lines
#include <math.h>
float boost(plft)
float plft;
{
return(1./sqrt(plft*plft + (1.-plft)*(1.-plft)));
}